home *** CD-ROM | disk | FTP | other *** search
- /*
- DU_LIB v2
- Gem Window Management & Dialog Library For Lattice C
- ½1994,1995 by Craig Graham.
-
- Based on the DU_LIBv1 Library for HiSoft Basic.
- */
-
- /*
- Patches to the MiNT-libs so that I can still use the Lattice GEM
- library.
- */
-
- #ifdef _DULIB_FOR_MINT
-
- void _XCEXIT(void)
- {
- exit(0);
- }
-
- #endif
-